The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "json::any"

Config::Any::JSON - Load JSON config files River stage three • 99 direct dependents • 838 total dependents

Loads JSON files. Example: { "name": "TestApp", "Controller::Foo": { "foo": "bar" }, "Model::Baz": { "qux": "xyzzy" } }...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC - Search in distribution
  • Config::Any - Load configuration from different file formats, transparently

JSON::RPC::Client::Any - wrap in an available JSON RPC Client implementation River stage zero No dependents

JSON::RPC::Client::Any is a simple class, which finds an available JSON RPC client implementation and descends from it. It saves you the hassle of checking whether you have "JSON::RPC::Client" or "JSON::RPC::Legacy::Client" available....

DAM/App-KGB-1.59 - 30 Oct 2023 16:44:39 UTC - Search in distribution

Log::Any::Adapter::JSON - One-line JSON logging of arbitrary structured data River stage zero No dependents

This Log::Any adapter logs formatted messages and arbitrary structured data in a single line of JSON per entry. You must pass a filename or an open handle to which the entries will be printed. Optionally you may pass an "encoding" argument which will...

TONKIN/Log-Any-Adapter-JSON-1.16 - 28 Aug 2021 20:23:15 UTC - Search in distribution

Data::AnyXfer::JSON - functions for encoding/decoding JSON River stage zero No dependents

This module provides simple wrappers around Cpanel::JSON::XS that ensure JSON strings are encoded as UTF-8 before decoding them....

ALUCAS/Data-AnyXfer-0.1 - 25 May 2020 13:33:44 UTC - Search in distribution

JSON::Any - (DEPRECATED) Wrapper Class for the various JSON classes River stage three • 86 direct dependents • 246 total dependents

This module tries to provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. use JSON::Any; my $j ...

ETHER/JSON-Any-1.40 - 09 Sep 2023 21:59:50 UTC - Search in distribution

JSON::RPC2::AnyEvent - Yet-another, transport-independent and asynchronous JSON-RPC 2.0 implementation River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::AnyEvent is yet-another JSON-RPC 2.0 implementation. This module is very similar to JSON::RPC2 and actually shares the main goals. That is, transport independent, asynchronous, and light-weight. However, this module is designed so that it...

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC - Search in distribution

JSON::RPC2::AnyEvent::Client - Asynchronous nonblocking JSON RPC2 client with method mapping River stage zero No dependents

JSON::RPC2::AnyEvent::Client is JSON RPC2 client, with tcp/http/https transport. Remote functions is mapped to local client object methods. For example remote function fn(...) is called as $c->fn(...,cb). Params of function is params of remote functi...

OKLAS/JSON-RPC2-AnyEvent-Client-0.04 - 15 Feb 2018 12:26:51 UTC - Search in distribution

Mojo::JSON::Any - Use JSON::XS when it's available (DEPRECATED) River stage zero No dependents

This modules is DEPRECATED. See MojoX::JSON::XS Mojo::JSON::Any is a wrapper over Mojo::JSON and JSON::XS. When the last is available it is used. Interfaces are identical. Encoding parsing is the same as within Mojo::JSON. When using JSON::XS is unde...

YSYROTA/Mojo-JSON-Any-0.990105 - 09 Mar 2015 11:12:16 UTC - Search in distribution

JSON::RPC2::AnyEvent::Server::PSGI - PSGI adapter for JSON::RPC2::AnyEvent::Server River stage zero No dependents

JSON::RPC2::AnyEvent::Server::PSGI is a PSGI adapter for JSON::RPC2::AnyEvent::Server. It converts JSON::RPC2::AnyEvent::Server object to a PSGI app....

YANOTHER/JSON-RPC2-AnyEvent-Server-PSGI-0.01 - 20 Oct 2013 11:47:56 UTC - Search in distribution

log-json - reformat JSON input as text River stage zero No dependents

Takes JSON log lines and provides text output. If STDOUT is a terminal, ANSI colours will be applied....

DERIV/Log-Any-Adapter-DERIV-0.008 - 20 Mar 2024 08:43:22 UTC - Search in distribution

Sah::Schema::any_from_json - A data structure, coerced from JSON string River stage three • 9 direct dependents • 150 total dependents

You can use this schema if you want to accept any data (a data structure or simple scalar), but if user supplies a defined string e.g. in a command-line script as command-line argument or option, the string will be assumed to be a JSON-encoded value ...

PERLANCAR/Sah-Schemas-JSON-0.007 - 09 Feb 2023 00:06:07 UTC - Search in distribution

JSYNC - JSon Yaml eNCoding River stage one • 2 direct dependents • 2 total dependents

JSYNC is an extension of JSON that can serialize any data objects. See: <http://jsync.org>...

INGY/JSYNC-0.25 - 27 Jan 2015 18:11:18 UTC - Search in distribution

WJSON - Write JSON with simplicities River stage zero No dependents

LUCAS/WJSON-0.08 - 30 Sep 2014 08:13:16 UTC - Search in distribution

Lim - Framework for RESTful JSON/XML, JSON-RPC, XML-RPC and SOAP River stage one • 4 direct dependents • 4 total dependents

Lim provides a framework for calling plugins over multiple protocols. It uses AnyEvent for async operations and SOAP::Lite, XMLRPC::Lite and JSON::XS for processing protocol messages. There are 3 parts in Lim that can work independenly, a Server part...

JELU/Lim-0.20 - 26 Aug 2015 11:38:41 UTC - Search in distribution

jt - JSON Transformer River stage zero No dependents

jt assumes the input is some data serialized as JSON, and perform transformation based on its parameter. It can be used to deal with various RESTful web service api, such as ElasticSearch....

GUGOD/App-jt-0.43 - 25 Mar 2013 08:18:12 UTC - Search in distribution

App::jl - Show the "JSON in JSON" Log Nicely River stage zero No dependents

App::jl is recursive JSON in JSON decoder. It makes JSON log nice. For example, $ echo '{"foo":"{\"bar\":\"{\\\"baz\\\":123}\"}"}' | jl { "foo" : { "bar" : { "baz" : 123 } } }...

BAYASHI/App-jl-0.20 - 26 Dec 2021 08:22:29 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1575 direct dependents • 3534 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

JSON::T - transform JSON using JsonT River stage one • 1 direct dependent • 1 total dependent

This module implements JsonT, a language for transforming JSON-like structures, analogous to XSLT in the XML world. JsonT is described at <http://goessner.net/articles/jsont/>. JsonT is a profile of Javascript; so JsonT needs a Javascript engine to a...

TOBYINK/JSON-T-0.104 - 28 Sep 2014 07:42:10 UTC - Search in distribution

JRPC - Create JSON-RPC Services focusing on app logic, not worrying about the details of JSON-RPC Processing. River stage zero No dependents

JRPC Module bundle consists of Server and Client pieces for creating JSON-RPC services. For the server piece it takes a slightly different approach than many other "API Heavy" CPAN modules. Instead of assembing your service out of API calls, JRPC for...

OHOLLMEN/JRPC-0.61 - 21 Dec 2014 17:14:48 UTC - Search in distribution
  • JRPC::CGI - JSON-RPC 2.0 Processing for CGI and HTTP::Server::Simple::CGI
2,469 results (0.193 seconds)